GroupId | GroupIdcom.revolsys.open |
---|---|
ArtifactId | ArtifactIdcom.revolsys.open.core |
Version | Version2012.05.28.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.core/ -->
<dependency>
<groupId>com.revolsys.open</groupId>
<artifactId>com.revolsys.open.core</artifactId>
<version>2012.05.28.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.core/
implementation 'com.revolsys.open:com.revolsys.open.core:2012.05.28.RELEASE'
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.core/
implementation ("com.revolsys.open:com.revolsys.open.core:2012.05.28.RELEASE")
'com.revolsys.open:com.revolsys.open.core:jar:2012.05.28.RELEASE'
<dependency org="com.revolsys.open" name="com.revolsys.open.core" rev="2012.05.28.RELEASE">
<artifact name="com.revolsys.open.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.core', version='2012.05.28.RELEASE')
)
libraryDependencies += "com.revolsys.open" % "com.revolsys.open.core" % "2012.05.28.RELEASE"
[com.revolsys.open/com.revolsys.open.core "2012.05.28.RELEASE"]