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