GroupId | GroupIdcom.nepxion |
---|---|
ArtifactId | ArtifactIdskeleton-framework |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
skeleton-framework-1.0.7.pom | |
skeleton-framework-1.0.7.jar | 13 KB |
skeleton-framework-1.0.7-sources.jar | 9 KB |
skeleton-framework-1.0.7-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nepxion/skeleton-framework/ -->
<dependency>
<groupId>com.nepxion</groupId>
<artifactId>skeleton-framework</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nepxion/skeleton-framework/
implementation 'com.nepxion:skeleton-framework:1.0.7'
// https://jarcasting.com/artifacts/com.nepxion/skeleton-framework/
implementation ("com.nepxion:skeleton-framework:1.0.7")
'com.nepxion:skeleton-framework:jar:1.0.7'
<dependency org="com.nepxion" name="skeleton-framework" rev="1.0.7">
<artifact name="skeleton-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nepxion', module='skeleton-framework', version='1.0.7')
)
libraryDependencies += "com.nepxion" % "skeleton-framework" % "1.0.7"
[com.nepxion/skeleton-framework "1.0.7"]