Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.aerse |
ArtifactId | ArtifactIdswift-maven |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
swift-maven-1.0.pom | |
swift-maven-1.0.jar | 17 KB |
swift-maven-1.0-sources.jar | 12 KB |
swift-maven-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerse/swift-maven/ -->
<dependency>
<groupId>com.aerse</groupId>
<artifactId>swift-maven</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerse/swift-maven/
implementation 'com.aerse:swift-maven:1.0'
// https://jarcasting.com/artifacts/com.aerse/swift-maven/
implementation ("com.aerse:swift-maven:1.0")
'com.aerse:swift-maven:jar:1.0'
<dependency org="com.aerse" name="swift-maven" rev="1.0">
<artifact name="swift-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerse', module='swift-maven', version='1.0')
)
libraryDependencies += "com.aerse" % "swift-maven" % "1.0"
[com.aerse/swift-maven "1.0"]