GroupId | GroupIdcom.github.luxlang |
---|---|
ArtifactId | ArtifactIdlux-bootstrapper |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
lux-bootstrapper-0.6.0.pom | |
lux-bootstrapper-0.6.0-sources.jar | 198 bytes |
lux-bootstrapper-0.6.0-javadoc.jar | 198 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lux-bootstrapper</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/
implementation 'com.github.luxlang:lux-bootstrapper:0.6.0'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-bootstrapper/
implementation ("com.github.luxlang:lux-bootstrapper:0.6.0")
'com.github.luxlang:lux-bootstrapper:jar:0.6.0'
<dependency org="com.github.luxlang" name="lux-bootstrapper" rev="0.6.0">
<artifact name="lux-bootstrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-bootstrapper', version='0.6.0')
)
libraryDependencies += "com.github.luxlang" % "lux-bootstrapper" % "0.6.0"
[com.github.luxlang/lux-bootstrapper "0.6.0"]