GroupId | GroupIdorg.apithefire |
---|---|
ArtifactId | ArtifactIdapithefire-test |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
apithefire-test-0.1.0.pom | |
apithefire-test-0.1.0.jar | 8 KB |
apithefire-test-0.1.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apithefire/apithefire-test/ -->
<dependency>
<groupId>org.apithefire</groupId>
<artifactId>apithefire-test</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apithefire/apithefire-test/
implementation 'org.apithefire:apithefire-test:0.1.0'
// https://jarcasting.com/artifacts/org.apithefire/apithefire-test/
implementation ("org.apithefire:apithefire-test:0.1.0")
'org.apithefire:apithefire-test:jar:0.1.0'
<dependency org="org.apithefire" name="apithefire-test" rev="0.1.0">
<artifact name="apithefire-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apithefire', module='apithefire-test', version='0.1.0')
)
libraryDependencies += "org.apithefire" % "apithefire-test" % "0.1.0"
[org.apithefire/apithefire-test "0.1.0"]