| GroupId | GroupIdcom.mattunderscore.code.generation.specky |
|---|---|
| ArtifactId | ArtifactIdplugin-example |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plugin-example-0.5.0.pom | |
| plugin-example-0.5.0.jar | 92 KB |
| plugin-example-0.5.0-sources.jar | 72 KB |
| plugin-example-0.5.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/ -->
<dependency>
<groupId>com.mattunderscore.code.generation.specky</groupId>
<artifactId>plugin-example</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/
implementation 'com.mattunderscore.code.generation.specky:plugin-example:0.5.0'
// https://jarcasting.com/artifacts/com.mattunderscore.code.generation.specky/plugin-example/
implementation ("com.mattunderscore.code.generation.specky:plugin-example:0.5.0")
'com.mattunderscore.code.generation.specky:plugin-example:jar:0.5.0'
<dependency org="com.mattunderscore.code.generation.specky" name="plugin-example" rev="0.5.0">
<artifact name="plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore.code.generation.specky', module='plugin-example', version='0.5.0')
)
libraryDependencies += "com.mattunderscore.code.generation.specky" % "plugin-example" % "0.5.0"
[com.mattunderscore.code.generation.specky/plugin-example "0.5.0"]