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