License |
License
MIT License
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.shankyank |
ArtifactId | ArtifactIdsortpom-config |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSortPom Configuration
Configuration files for the maven-sortpom-plugin.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sortpom-config-1.0.pom | |
sortpom-config-1.0.jar | 4 KB |
sortpom-config-1.0-sources.jar | 4 KB |
sortpom-config-1.0-javadocs.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shankyank/sortpom-config/ -->
<dependency>
<groupId>com.shankyank</groupId>
<artifactId>sortpom-config</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shankyank/sortpom-config/
implementation 'com.shankyank:sortpom-config:1.0'
// https://jarcasting.com/artifacts/com.shankyank/sortpom-config/
implementation ("com.shankyank:sortpom-config:1.0")
'com.shankyank:sortpom-config:jar:1.0'
<dependency org="com.shankyank" name="sortpom-config" rev="1.0">
<artifact name="sortpom-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shankyank', module='sortpom-config', version='1.0')
)
libraryDependencies += "com.shankyank" % "sortpom-config" % "1.0"
[com.shankyank/sortpom-config "1.0"]