| Categories |
CategoriesData Net |
|---|---|
| GroupId | GroupIdnet.databinder |
| ArtifactId | ArtifactIdpamflet-plugin |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pamflet-plugin-0.1.4.pom | |
| pamflet-plugin-0.1.4.jar | 684 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.databinder/pamflet-plugin/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>pamflet-plugin</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/pamflet-plugin/
implementation 'net.databinder:pamflet-plugin:0.1.4'
// https://jarcasting.com/artifacts/net.databinder/pamflet-plugin/
implementation ("net.databinder:pamflet-plugin:0.1.4")
'net.databinder:pamflet-plugin:jar:0.1.4'
<dependency org="net.databinder" name="pamflet-plugin" rev="0.1.4">
<artifact name="pamflet-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='pamflet-plugin', version='0.1.4')
)
libraryDependencies += "net.databinder" % "pamflet-plugin" % "0.1.4"
[net.databinder/pamflet-plugin "0.1.4"]