Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdtop.todev.tool |
ArtifactId | ArtifactIdfly-pig-config |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fly-pig-config-0.0.2.pom | |
fly-pig-config-0.0.2.jar | 12 KB |
fly-pig-config-0.0.2-sources.jar | 6 KB |
fly-pig-config-0.0.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.todev.tool/fly-pig-config/ -->
<dependency>
<groupId>top.todev.tool</groupId>
<artifactId>fly-pig-config</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.todev.tool/fly-pig-config/
implementation 'top.todev.tool:fly-pig-config:0.0.2'
// https://jarcasting.com/artifacts/top.todev.tool/fly-pig-config/
implementation ("top.todev.tool:fly-pig-config:0.0.2")
'top.todev.tool:fly-pig-config:jar:0.0.2'
<dependency org="top.todev.tool" name="fly-pig-config" rev="0.0.2">
<artifact name="fly-pig-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.todev.tool', module='fly-pig-config', version='0.0.2')
)
libraryDependencies += "top.todev.tool" % "fly-pig-config" % "0.0.2"
[top.todev.tool/fly-pig-config "0.0.2"]