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