String filename({bool isSource = true}) { final extension = isSource ? '-sources.jar' : '.jar'; return '$artifactID-$version$extension'; }