Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.aoshiguchen.framework |
ArtifactId | ArtifactIdasgc-configure |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
asgc-configure-0.0.1.pom | |
asgc-configure-0.0.1.jar | 17 KB |
asgc-configure-0.0.1-sources.jar | 10 KB |
asgc-configure-0.0.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aoshiguchen.framework/asgc-configure/ -->
<dependency>
<groupId>com.github.aoshiguchen.framework</groupId>
<artifactId>asgc-configure</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoshiguchen.framework/asgc-configure/
implementation 'com.github.aoshiguchen.framework:asgc-configure:0.0.1'
// https://jarcasting.com/artifacts/com.github.aoshiguchen.framework/asgc-configure/
implementation ("com.github.aoshiguchen.framework:asgc-configure:0.0.1")
'com.github.aoshiguchen.framework:asgc-configure:jar:0.0.1'
<dependency org="com.github.aoshiguchen.framework" name="asgc-configure" rev="0.0.1">
<artifact name="asgc-configure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoshiguchen.framework', module='asgc-configure', version='0.0.1')
)
libraryDependencies += "com.github.aoshiguchen.framework" % "asgc-configure" % "0.0.1"
[com.github.aoshiguchen.framework/asgc-configure "0.0.1"]