Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdconfig-doclet-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
config-doclet-core-0.2.pom | |
config-doclet-core-0.2.jar | 106 KB |
config-doclet-core-0.2-sources.jar | 106 KB |
config-doclet-core-0.2-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/config-doclet-core/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>config-doclet-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/config-doclet-core/
implementation 'com.github.mike10004:config-doclet-core:0.2'
// https://jarcasting.com/artifacts/com.github.mike10004/config-doclet-core/
implementation ("com.github.mike10004:config-doclet-core:0.2")
'com.github.mike10004:config-doclet-core:jar:0.2'
<dependency org="com.github.mike10004" name="config-doclet-core" rev="0.2">
<artifact name="config-doclet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='config-doclet-core', version='0.2')
)
libraryDependencies += "com.github.mike10004" % "config-doclet-core" % "0.2"
[com.github.mike10004/config-doclet-core "0.2"]