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