GroupId | GroupIdcom.github.secondbase |
---|---|
ArtifactId | ArtifactIdsecrets-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
secrets-parent-0.1.1.pom | 616 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/secrets-parent/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>secrets-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/secrets-parent/
implementation 'com.github.secondbase:secrets-parent:0.1.1'
// https://jarcasting.com/artifacts/com.github.secondbase/secrets-parent/
implementation ("com.github.secondbase:secrets-parent:0.1.1")
'com.github.secondbase:secrets-parent:pom:0.1.1'
<dependency org="com.github.secondbase" name="secrets-parent" rev="0.1.1">
<artifact name="secrets-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='secrets-parent', version='0.1.1')
)
libraryDependencies += "com.github.secondbase" % "secrets-parent" % "0.1.1"
[com.github.secondbase/secrets-parent "0.1.1"]