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