GroupId | GroupIdcom.github.emenaceb.appjar |
---|---|
ArtifactId | ArtifactIdappjar-boot |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
appjar-boot-0.9.1.pom | |
appjar-boot-0.9.1.jar | 11 KB |
appjar-boot-0.9.1-sources.jar | 7 KB |
appjar-boot-0.9.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-boot/ -->
<dependency>
<groupId>com.github.emenaceb.appjar</groupId>
<artifactId>appjar-boot</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-boot/
implementation 'com.github.emenaceb.appjar:appjar-boot:0.9.1'
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-boot/
implementation ("com.github.emenaceb.appjar:appjar-boot:0.9.1")
'com.github.emenaceb.appjar:appjar-boot:jar:0.9.1'
<dependency org="com.github.emenaceb.appjar" name="appjar-boot" rev="0.9.1">
<artifact name="appjar-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emenaceb.appjar', module='appjar-boot', version='0.9.1')
)
libraryDependencies += "com.github.emenaceb.appjar" % "appjar-boot" % "0.9.1"
[com.github.emenaceb.appjar/appjar-boot "0.9.1"]