| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.github.insubstantial |
| ArtifactId | ArtifactIdlaf-plugin |
| Version | Version7.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| laf-plugin-7.1.pom | |
| laf-plugin-7.1.jar | 16 KB |
| laf-plugin-7.1-sources.jar | 21 KB |
| laf-plugin-7.1-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.insubstantial/laf-plugin/ -->
<dependency>
<groupId>com.github.insubstantial</groupId>
<artifactId>laf-plugin</artifactId>
<version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.insubstantial/laf-plugin/
implementation 'com.github.insubstantial:laf-plugin:7.1'
// https://jarcasting.com/artifacts/com.github.insubstantial/laf-plugin/
implementation ("com.github.insubstantial:laf-plugin:7.1")
'com.github.insubstantial:laf-plugin:jar:7.1'
<dependency org="com.github.insubstantial" name="laf-plugin" rev="7.1">
<artifact name="laf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.insubstantial', module='laf-plugin', version='7.1')
)
libraryDependencies += "com.github.insubstantial" % "laf-plugin" % "7.1"
[com.github.insubstantial/laf-plugin "7.1"]