GroupId | GroupIdcom.revolsys.open |
---|---|
ArtifactId | ArtifactIdcom.revolsys.open.core |
Version | Version2011.11.07.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>2011.11.07.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.core/
implementation 'com.revolsys.open:com.revolsys.open.core:2011.11.07.RELEASE'
// https://jarcasting.com/artifacts/com.revolsys.open/com.revolsys.open.core/
implementation ("com.revolsys.open:com.revolsys.open.core:2011.11.07.RELEASE")
'com.revolsys.open:com.revolsys.open.core:jar:2011.11.07.RELEASE'
<dependency org="com.revolsys.open" name="com.revolsys.open.core" rev="2011.11.07.RELEASE">
<artifact name="com.revolsys.open.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revolsys.open', module='com.revolsys.open.core', version='2011.11.07.RELEASE')
)
libraryDependencies += "com.revolsys.open" % "com.revolsys.open.core" % "2011.11.07.RELEASE"
[com.revolsys.open/com.revolsys.open.core "2011.11.07.RELEASE"]