GroupId | GroupIdcom.vanillasource.gerec |
---|---|
ArtifactId | ArtifactIdgerec-parent |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gerec-parent-1.0.0.pom | 6 KB |
gerec-parent-1.0.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vanillasource.gerec/gerec-parent/ -->
<dependency>
<groupId>com.vanillasource.gerec</groupId>
<artifactId>gerec-parent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vanillasource.gerec/gerec-parent/
implementation 'com.vanillasource.gerec:gerec-parent:1.0.0'
// https://jarcasting.com/artifacts/com.vanillasource.gerec/gerec-parent/
implementation ("com.vanillasource.gerec:gerec-parent:1.0.0")
'com.vanillasource.gerec:gerec-parent:jar:1.0.0'
<dependency org="com.vanillasource.gerec" name="gerec-parent" rev="1.0.0">
<artifact name="gerec-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vanillasource.gerec', module='gerec-parent', version='1.0.0')
)
libraryDependencies += "com.vanillasource.gerec" % "gerec-parent" % "1.0.0"
[com.vanillasource.gerec/gerec-parent "1.0.0"]