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