GroupId | GroupIdcom.github.jlgrock.snp |
---|---|
ArtifactId | ArtifactIdapis |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
apis-0.2.pom | |
apis-0.2.jar | 16 KB |
apis-0.2-sources.jar | 15 KB |
apis-0.2-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jlgrock.snp/apis/ -->
<dependency>
<groupId>com.github.jlgrock.snp</groupId>
<artifactId>apis</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jlgrock.snp/apis/
implementation 'com.github.jlgrock.snp:apis:0.2'
// https://jarcasting.com/artifacts/com.github.jlgrock.snp/apis/
implementation ("com.github.jlgrock.snp:apis:0.2")
'com.github.jlgrock.snp:apis:jar:0.2'
<dependency org="com.github.jlgrock.snp" name="apis" rev="0.2">
<artifact name="apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jlgrock.snp', module='apis', version='0.2')
)
libraryDependencies += "com.github.jlgrock.snp" % "apis" % "0.2"
[com.github.jlgrock.snp/apis "0.2"]