GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdobjectaccess |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
objectaccess-3.0.2.pom | |
objectaccess-3.0.2.jar | 10 KB |
objectaccess-3.0.2-tests.jar | 6 KB |
objectaccess-3.0.2-sources.jar | 15 KB |
objectaccess-3.0.2-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/objectaccess/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>objectaccess</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/objectaccess/
implementation 'com.cedarsoft.commons:objectaccess:3.0.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/objectaccess/
implementation ("com.cedarsoft.commons:objectaccess:3.0.2")
'com.cedarsoft.commons:objectaccess:jar:3.0.2'
<dependency org="com.cedarsoft.commons" name="objectaccess" rev="3.0.2">
<artifact name="objectaccess" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='objectaccess', version='3.0.2')
)
libraryDependencies += "com.cedarsoft.commons" % "objectaccess" % "3.0.2"
[com.cedarsoft.commons/objectaccess "3.0.2"]