Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.levants |
ArtifactId | ArtifactIdlightmare |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
lightmare-0.1.1.pom | |
lightmare-0.1.1.jar | 307 KB |
lightmare-0.1.1-sources.jar | 232 KB |
lightmare-0.1.1-javadoc.jar | 1012 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.levants/lightmare/ -->
<dependency>
<groupId>com.github.levants</groupId>
<artifactId>lightmare</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.levants/lightmare/
implementation 'com.github.levants:lightmare:0.1.1'
// https://jarcasting.com/artifacts/com.github.levants/lightmare/
implementation ("com.github.levants:lightmare:0.1.1")
'com.github.levants:lightmare:jar:0.1.1'
<dependency org="com.github.levants" name="lightmare" rev="0.1.1">
<artifact name="lightmare" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.levants', module='lightmare', version='0.1.1')
)
libraryDependencies += "com.github.levants" % "lightmare" % "0.1.1"
[com.github.levants/lightmare "0.1.1"]