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