| License |
License |
|---|---|
| GroupId | GroupIdcom.thesett |
| ArtifactId | ArtifactIdcatalogue-example |
| Last Version | Last Version0.9.104 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncatalogue-example
Jenerator is a code generator framework for Java.
|
| Filename | Size |
|---|---|
| catalogue-example-0.9.104.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/catalogue-example/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>catalogue-example</artifactId>
<version>0.9.104</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/catalogue-example/
implementation 'com.thesett:catalogue-example:0.9.104'
// https://jarcasting.com/artifacts/com.thesett/catalogue-example/
implementation ("com.thesett:catalogue-example:0.9.104")
'com.thesett:catalogue-example:pom:0.9.104'
<dependency org="com.thesett" name="catalogue-example" rev="0.9.104">
<artifact name="catalogue-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='catalogue-example', version='0.9.104')
)
libraryDependencies += "com.thesett" % "catalogue-example" % "0.9.104"
[com.thesett/catalogue-example "0.9.104"]