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