GroupId | GroupIdcom.xfinity |
---|---|
ArtifactId | ArtifactIdblueprint-compiler |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
blueprint-compiler-0.9.5.pom | |
blueprint-compiler-0.9.5.jar | 15 KB |
blueprint-compiler-0.9.5-sources.jar | 9 KB |
blueprint-compiler-0.9.5-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-compiler</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/
implementation 'com.xfinity:blueprint-compiler:0.9.5'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/
implementation ("com.xfinity:blueprint-compiler:0.9.5")
'com.xfinity:blueprint-compiler:jar:0.9.5'
<dependency org="com.xfinity" name="blueprint-compiler" rev="0.9.5">
<artifact name="blueprint-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-compiler', version='0.9.5')
)
libraryDependencies += "com.xfinity" % "blueprint-compiler" % "0.9.5"
[com.xfinity/blueprint-compiler "0.9.5"]