Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.riotopsys.shortbus |
ArtifactId | ArtifactIdshortbus-compiler |
Version | Version0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shortbus-compiler-0.0.0.pom | |
shortbus-compiler-0.0.0.jar | 16 KB |
shortbus-compiler-0.0.0-sources.jar | 8 KB |
shortbus-compiler-0.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.riotopsys.shortbus/shortbus-compiler/ -->
<dependency>
<groupId>net.riotopsys.shortbus</groupId>
<artifactId>shortbus-compiler</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.riotopsys.shortbus/shortbus-compiler/
implementation 'net.riotopsys.shortbus:shortbus-compiler:0.0.0'
// https://jarcasting.com/artifacts/net.riotopsys.shortbus/shortbus-compiler/
implementation ("net.riotopsys.shortbus:shortbus-compiler:0.0.0")
'net.riotopsys.shortbus:shortbus-compiler:jar:0.0.0'
<dependency org="net.riotopsys.shortbus" name="shortbus-compiler" rev="0.0.0">
<artifact name="shortbus-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.riotopsys.shortbus', module='shortbus-compiler', version='0.0.0')
)
libraryDependencies += "net.riotopsys.shortbus" % "shortbus-compiler" % "0.0.0"
[net.riotopsys.shortbus/shortbus-compiler "0.0.0"]