Categories |
CategoriesAnt Build Tools Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.semanticcms |
ArtifactId | ArtifactIdsemanticcms-autogit-view |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-view/ -->
<dependency>
<groupId>com.semanticcms</groupId>
<artifactId>semanticcms-autogit-view</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-view/
implementation 'com.semanticcms:semanticcms-autogit-view:1.1'
// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-autogit-view/
implementation ("com.semanticcms:semanticcms-autogit-view:1.1")
'com.semanticcms:semanticcms-autogit-view:jar:1.1'
<dependency org="com.semanticcms" name="semanticcms-autogit-view" rev="1.1">
<artifact name="semanticcms-autogit-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.semanticcms', module='semanticcms-autogit-view', version='1.1')
)
libraryDependencies += "com.semanticcms" % "semanticcms-autogit-view" % "1.1"
[com.semanticcms/semanticcms-autogit-view "1.1"]