GroupId | GroupIdcom.vimeo.stag |
---|---|
ArtifactId | ArtifactIdstag-library-compiler |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
stag-library-compiler-2.3.2.pom | |
stag-library-compiler-2.3.2.jar | 72 KB |
stag-library-compiler-2.3.2-sources.jar | 49 KB |
stag-library-compiler-2.3.2-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vimeo.stag/stag-library-compiler/ -->
<dependency>
<groupId>com.vimeo.stag</groupId>
<artifactId>stag-library-compiler</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library-compiler/
implementation 'com.vimeo.stag:stag-library-compiler:2.3.2'
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library-compiler/
implementation ("com.vimeo.stag:stag-library-compiler:2.3.2")
'com.vimeo.stag:stag-library-compiler:jar:2.3.2'
<dependency org="com.vimeo.stag" name="stag-library-compiler" rev="2.3.2">
<artifact name="stag-library-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimeo.stag', module='stag-library-compiler', version='2.3.2')
)
libraryDependencies += "com.vimeo.stag" % "stag-library-compiler" % "2.3.2"
[com.vimeo.stag/stag-library-compiler "2.3.2"]