GroupId | GroupIdcom.github.ofofs |
---|---|
ArtifactId | ArtifactIdjca-api |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jca-api-1.0.0.RELEASE.pom | |
jca-api-1.0.0.RELEASE.jar | 25 KB |
jca-api-1.0.0.RELEASE-sources.jar | 14 KB |
jca-api-1.0.0.RELEASE-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ofofs/jca-api/ -->
<dependency>
<groupId>com.github.ofofs</groupId>
<artifactId>jca-api</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ofofs/jca-api/
implementation 'com.github.ofofs:jca-api:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.ofofs/jca-api/
implementation ("com.github.ofofs:jca-api:1.0.0.RELEASE")
'com.github.ofofs:jca-api:jar:1.0.0.RELEASE'
<dependency org="com.github.ofofs" name="jca-api" rev="1.0.0.RELEASE">
<artifact name="jca-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ofofs', module='jca-api', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.ofofs" % "jca-api" % "1.0.0.RELEASE"
[com.github.ofofs/jca-api "1.0.0.RELEASE"]