GroupId | GroupIdcom.arsframework |
---|---|
ArtifactId | ArtifactIdars-module-system |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ars-module-system-1.1.3.pom | |
ars-module-system-1.1.3.jar | 66 KB |
ars-module-system-1.1.3-sources.jar | 47 KB |
ars-module-system-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.arsframework/ars-module-system/
implementation 'com.arsframework:ars-module-system:1.1.3'
// https://jarcasting.com/artifacts/com.arsframework/ars-module-system/
implementation ("com.arsframework:ars-module-system:1.1.3")
'com.arsframework:ars-module-system:jar:1.1.3'
<dependency org="com.arsframework" name="ars-module-system" rev="1.1.3">
<artifact name="ars-module-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arsframework', module='ars-module-system', version='1.1.3')
)
libraryDependencies += "com.arsframework" % "ars-module-system" % "1.1.3"
[com.arsframework/ars-module-system "1.1.3"]