Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.polymorphicpanda |
ArtifactId | ArtifactIdautoconfig |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
autoconfig-0.2.0.pom | |
autoconfig-0.2.0.jar | 2 KB |
autoconfig-0.2.0-sources.jar | 2 KB |
autoconfig-0.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/ -->
<dependency>
<groupId>io.polymorphicpanda</groupId>
<artifactId>autoconfig</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/
implementation 'io.polymorphicpanda:autoconfig:0.2.0'
// https://jarcasting.com/artifacts/io.polymorphicpanda/autoconfig/
implementation ("io.polymorphicpanda:autoconfig:0.2.0")
'io.polymorphicpanda:autoconfig:jar:0.2.0'
<dependency org="io.polymorphicpanda" name="autoconfig" rev="0.2.0">
<artifact name="autoconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polymorphicpanda', module='autoconfig', version='0.2.0')
)
libraryDependencies += "io.polymorphicpanda" % "autoconfig" % "0.2.0"
[io.polymorphicpanda/autoconfig "0.2.0"]