GroupId | GroupIdorg.bithill |
---|---|
ArtifactId | ArtifactIdaport |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
aport-0.3.pom | |
aport-0.3.jar | 35 KB |
aport-0.3-sources.jar | 21 KB |
aport-0.3-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bithill/aport/ -->
<dependency>
<groupId>org.bithill</groupId>
<artifactId>aport</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bithill/aport/
implementation 'org.bithill:aport:0.3'
// https://jarcasting.com/artifacts/org.bithill/aport/
implementation ("org.bithill:aport:0.3")
'org.bithill:aport:jar:0.3'
<dependency org="org.bithill" name="aport" rev="0.3">
<artifact name="aport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bithill', module='aport', version='0.3')
)
libraryDependencies += "org.bithill" % "aport" % "0.3"
[org.bithill/aport "0.3"]