GroupId | GroupIdcom.googlecode.jinahya |
---|---|
ArtifactId | ArtifactIdocap-ds |
Version | VersionI04 |
Type | Typejar |
Filename | Size |
---|---|
ocap-ds-I04.pom | |
ocap-ds-I04.jar | 43 KB |
ocap-ds-I04-sources.jar | 95 KB |
ocap-ds-I04-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jinahya/ocap-ds/ -->
<dependency>
<groupId>com.googlecode.jinahya</groupId>
<artifactId>ocap-ds</artifactId>
<version>I04</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jinahya/ocap-ds/
implementation 'com.googlecode.jinahya:ocap-ds:I04'
// https://jarcasting.com/artifacts/com.googlecode.jinahya/ocap-ds/
implementation ("com.googlecode.jinahya:ocap-ds:I04")
'com.googlecode.jinahya:ocap-ds:jar:I04'
<dependency org="com.googlecode.jinahya" name="ocap-ds" rev="I04">
<artifact name="ocap-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jinahya', module='ocap-ds', version='I04')
)
libraryDependencies += "com.googlecode.jinahya" % "ocap-ds" % "I04"
[com.googlecode.jinahya/ocap-ds "I04"]