GroupId | GroupIdcom.austindoupnik.gnc4j |
---|---|
ArtifactId | ArtifactIdgnc4j |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
gnc4j-0.0.2.pom | |
gnc4j-0.0.2.jar | 33 KB |
gnc4j-0.0.2-sources.jar | 24 KB |
gnc4j-0.0.2-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/gnc4j/ -->
<dependency>
<groupId>com.austindoupnik.gnc4j</groupId>
<artifactId>gnc4j</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/gnc4j/
implementation 'com.austindoupnik.gnc4j:gnc4j:0.0.2'
// https://jarcasting.com/artifacts/com.austindoupnik.gnc4j/gnc4j/
implementation ("com.austindoupnik.gnc4j:gnc4j:0.0.2")
'com.austindoupnik.gnc4j:gnc4j:jar:0.0.2'
<dependency org="com.austindoupnik.gnc4j" name="gnc4j" rev="0.0.2">
<artifact name="gnc4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.austindoupnik.gnc4j', module='gnc4j', version='0.0.2')
)
libraryDependencies += "com.austindoupnik.gnc4j" % "gnc4j" % "0.0.2"
[com.austindoupnik.gnc4j/gnc4j "0.0.2"]