GroupId | GroupIdcom.github.veithen.cosmos.bootstrap |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
bootstrap-0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.cosmos.bootstrap/bootstrap/ -->
<dependency>
<groupId>com.github.veithen.cosmos.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.cosmos.bootstrap/bootstrap/
implementation 'com.github.veithen.cosmos.bootstrap:bootstrap:0.2'
// https://jarcasting.com/artifacts/com.github.veithen.cosmos.bootstrap/bootstrap/
implementation ("com.github.veithen.cosmos.bootstrap:bootstrap:0.2")
'com.github.veithen.cosmos.bootstrap:bootstrap:pom:0.2'
<dependency org="com.github.veithen.cosmos.bootstrap" name="bootstrap" rev="0.2">
<artifact name="bootstrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.cosmos.bootstrap', module='bootstrap', version='0.2')
)
libraryDependencies += "com.github.veithen.cosmos.bootstrap" % "bootstrap" % "0.2"
[com.github.veithen.cosmos.bootstrap/bootstrap "0.2"]