GroupId | GroupIdcom.aleax.blight |
---|---|
ArtifactId | ArtifactIdblight-compiler |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/ -->
<dependency>
<groupId>com.aleax.blight</groupId>
<artifactId>blight-compiler</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/
implementation 'com.aleax.blight:blight-compiler:1.0.1'
// https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/
implementation ("com.aleax.blight:blight-compiler:1.0.1")
'com.aleax.blight:blight-compiler:jar:1.0.1'
<dependency org="com.aleax.blight" name="blight-compiler" rev="1.0.1">
<artifact name="blight-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aleax.blight', module='blight-compiler', version='1.0.1')
)
libraryDependencies += "com.aleax.blight" % "blight-compiler" % "1.0.1"
[com.aleax.blight/blight-compiler "1.0.1"]