Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jangaroo |
ArtifactId | ArtifactIdexml-compiler-api |
Version | Version4.1.0-alpha-7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.jangaroo/exml-compiler-api/ -->
<dependency>
<groupId>net.jangaroo</groupId>
<artifactId>exml-compiler-api</artifactId>
<version>4.1.0-alpha-7</version>
</dependency>
// https://jarcasting.com/artifacts/net.jangaroo/exml-compiler-api/
implementation 'net.jangaroo:exml-compiler-api:4.1.0-alpha-7'
// https://jarcasting.com/artifacts/net.jangaroo/exml-compiler-api/
implementation ("net.jangaroo:exml-compiler-api:4.1.0-alpha-7")
'net.jangaroo:exml-compiler-api:jar:4.1.0-alpha-7'
<dependency org="net.jangaroo" name="exml-compiler-api" rev="4.1.0-alpha-7">
<artifact name="exml-compiler-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jangaroo', module='exml-compiler-api', version='4.1.0-alpha-7')
)
libraryDependencies += "net.jangaroo" % "exml-compiler-api" % "4.1.0-alpha-7"
[net.jangaroo/exml-compiler-api "4.1.0-alpha-7"]