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