Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.gitegg.platform |
ArtifactId | ArtifactIdgitegg-platform-base |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-base/ -->
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform-base</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-base/
implementation 'com.gitegg.platform:gitegg-platform-base:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-base/
implementation ("com.gitegg.platform:gitegg-platform-base:1.0.0.RELEASE")
'com.gitegg.platform:gitegg-platform-base:jar:1.0.0.RELEASE'
<dependency org="com.gitegg.platform" name="gitegg-platform-base" rev="1.0.0.RELEASE">
<artifact name="gitegg-platform-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitegg.platform', module='gitegg-platform-base', version='1.0.0.RELEASE')
)
libraryDependencies += "com.gitegg.platform" % "gitegg-platform-base" % "1.0.0.RELEASE"
[com.gitegg.platform/gitegg-platform-base "1.0.0.RELEASE"]