GroupId | GroupIdio.github.dayeshing |
---|---|
ArtifactId | ArtifactIdapiface-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
apiface-core-1.0.0.pom | |
apiface-core-1.0.0.jar | 197 KB |
apiface-core-1.0.0-sources.jar | 93 KB |
apiface-core-1.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-core/
implementation 'io.github.dayeshing:apiface-core:1.0.0'
// https://jarcasting.com/artifacts/io.github.dayeshing/apiface-core/
implementation ("io.github.dayeshing:apiface-core:1.0.0")
'io.github.dayeshing:apiface-core:jar:1.0.0'
<dependency org="io.github.dayeshing" name="apiface-core" rev="1.0.0">
<artifact name="apiface-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dayeshing', module='apiface-core', version='1.0.0')
)
libraryDependencies += "io.github.dayeshing" % "apiface-core" % "1.0.0"
[io.github.dayeshing/apiface-core "1.0.0"]