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