GroupId | GroupIdcom.github.fracpete |
---|---|
ArtifactId | ArtifactIdbootstrapp |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrapp-0.1.1.pom | |
bootstrapp-0.1.1.jar | 27 KB |
bootstrapp-0.1.1-sources.jar | 17 KB |
bootstrapp-0.1.1-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>bootstrapp</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation 'com.github.fracpete:bootstrapp:0.1.1'
// https://jarcasting.com/artifacts/com.github.fracpete/bootstrapp/
implementation ("com.github.fracpete:bootstrapp:0.1.1")
'com.github.fracpete:bootstrapp:jar:0.1.1'
<dependency org="com.github.fracpete" name="bootstrapp" rev="0.1.1">
<artifact name="bootstrapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='bootstrapp', version='0.1.1')
)
libraryDependencies += "com.github.fracpete" % "bootstrapp" % "0.1.1"
[com.github.fracpete/bootstrapp "0.1.1"]