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