GroupId | GroupIdcom.arsframework |
---|---|
ArtifactId | ArtifactIdars-module-system |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
ars-module-system-1.1.4.pom | |
ars-module-system-1.1.4.jar | 66 KB |
ars-module-system-1.1.4-sources.jar | 47 KB |
ars-module-system-1.1.4-javadoc.jar | 353 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arsframework/ars-module-system/ -->
<dependency>
<groupId>com.arsframework</groupId>
<artifactId>ars-module-system</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.arsframework/ars-module-system/
implementation 'com.arsframework:ars-module-system:1.1.4'
// https://jarcasting.com/artifacts/com.arsframework/ars-module-system/
implementation ("com.arsframework:ars-module-system:1.1.4")
'com.arsframework:ars-module-system:jar:1.1.4'
<dependency org="com.arsframework" name="ars-module-system" rev="1.1.4">
<artifact name="ars-module-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arsframework', module='ars-module-system', version='1.1.4')
)
libraryDependencies += "com.arsframework" % "ars-module-system" % "1.1.4"
[com.arsframework/ars-module-system "1.1.4"]