| GroupId | GroupIdio.github.okvee |
|---|---|
| ArtifactId | ArtifactIdtscfg-docgen |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tscfg-docgen-0.1.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.okvee/tscfg-docgen/ -->
<dependency>
<groupId>io.github.okvee</groupId>
<artifactId>tscfg-docgen</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.okvee/tscfg-docgen/
implementation 'io.github.okvee:tscfg-docgen:0.1.0'
// https://jarcasting.com/artifacts/io.github.okvee/tscfg-docgen/
implementation ("io.github.okvee:tscfg-docgen:0.1.0")
'io.github.okvee:tscfg-docgen:pom:0.1.0'
<dependency org="io.github.okvee" name="tscfg-docgen" rev="0.1.0">
<artifact name="tscfg-docgen" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.okvee', module='tscfg-docgen', version='0.1.0')
)
libraryDependencies += "io.github.okvee" % "tscfg-docgen" % "0.1.0"
[io.github.okvee/tscfg-docgen "0.1.0"]