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