Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.js-lib |
ArtifactId | ArtifactIdjs-template-api |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
js-template-api-1.0.pom | |
js-template-api-1.0.jar | 2 KB |
js-template-api-1.0-sources.jar | 5 KB |
js-template-api-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-template-api/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-template-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-template-api/
implementation 'com.js-lib:js-template-api:1.0'
// https://jarcasting.com/artifacts/com.js-lib/js-template-api/
implementation ("com.js-lib:js-template-api:1.0")
'com.js-lib:js-template-api:jar:1.0'
<dependency org="com.js-lib" name="js-template-api" rev="1.0">
<artifact name="js-template-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-template-api', version='1.0')
)
libraryDependencies += "com.js-lib" % "js-template-api" % "1.0"
[com.js-lib/js-template-api "1.0"]