GroupId | GroupIdio.github.dayeshing |
---|---|
ArtifactId | ArtifactIdapiface-core |
Version | Version1.2.4-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
apiface-core-1.2.4-RELEASE.pom | |
apiface-core-1.2.4-RELEASE.jar | 197 KB |
apiface-core-1.2.4-RELEASE-sources.jar | 104 KB |
apiface-core-1.2.4-RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dayeshing/apiface-core/ -->
<dependency>
<groupId>io.github.dayeshing</groupId>
<artifactId>apiface-core</artifactId>
<version>1.2.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-core/
implementation 'io.github.dayeshing:apiface-core:1.2.4-RELEASE'
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-core/
implementation ("io.github.dayeshing:apiface-core:1.2.4-RELEASE")
'io.github.dayeshing:apiface-core:jar:1.2.4-RELEASE'
<dependency org="io.github.dayeshing" name="apiface-core" rev="1.2.4-RELEASE">
<artifact name="apiface-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dayeshing', module='apiface-core', version='1.2.4-RELEASE')
)
libraryDependencies += "io.github.dayeshing" % "apiface-core" % "1.2.4-RELEASE"
[io.github.dayeshing/apiface-core "1.2.4-RELEASE"]