Categories |
CategoriesContainer config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.newmainsoftech.eatestutil |
ArtifactId | ArtifactIdcontainerconfig |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
containerconfig-1.0.pom | |
containerconfig-1.0.jar | 12 KB |
containerconfig-1.0-sources.jar | 6 KB |
containerconfig-1.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newmainsoftech.eatestutil/containerconfig/ -->
<dependency>
<groupId>com.newmainsoftech.eatestutil</groupId>
<artifactId>containerconfig</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newmainsoftech.eatestutil/containerconfig/
implementation 'com.newmainsoftech.eatestutil:containerconfig:1.0'
// https://jarcasting.com/artifacts/com.newmainsoftech.eatestutil/containerconfig/
implementation ("com.newmainsoftech.eatestutil:containerconfig:1.0")
'com.newmainsoftech.eatestutil:containerconfig:jar:1.0'
<dependency org="com.newmainsoftech.eatestutil" name="containerconfig" rev="1.0">
<artifact name="containerconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newmainsoftech.eatestutil', module='containerconfig', version='1.0')
)
libraryDependencies += "com.newmainsoftech.eatestutil" % "containerconfig" % "1.0"
[com.newmainsoftech.eatestutil/containerconfig "1.0"]