| License |
License |
|---|---|
| GroupId | GroupIdxyz.tehbrian |
| ArtifactId | ArtifactIdrestrictionhelper |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionrestrictionhelper
A small shade-in dependency for plugin developers, to ease the pain of checking the building restrictions of various plugins.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| restrictionhelper-0.1.0.pom | |
| restrictionhelper-0.1.0.jar | 8 KB |
| restrictionhelper-0.1.0-tests.jar | 261 bytes |
| restrictionhelper-0.1.0-sources.jar | 6 KB |
| restrictionhelper-0.1.0-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/ -->
<dependency>
<groupId>xyz.tehbrian</groupId>
<artifactId>restrictionhelper</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/
implementation 'xyz.tehbrian:restrictionhelper:0.1.0'
// https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/
implementation ("xyz.tehbrian:restrictionhelper:0.1.0")
'xyz.tehbrian:restrictionhelper:jar:0.1.0'
<dependency org="xyz.tehbrian" name="restrictionhelper" rev="0.1.0">
<artifact name="restrictionhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tehbrian', module='restrictionhelper', version='0.1.0')
)
libraryDependencies += "xyz.tehbrian" % "restrictionhelper" % "0.1.0"
[xyz.tehbrian/restrictionhelper "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |