| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdprivilege |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionprivilege
The privilege tool for java.
|
| Filename | Size |
|---|---|
| privilege-0.0.8.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/privilege/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>privilege</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/privilege/
implementation 'com.github.houbb:privilege:0.0.8'
// https://jarcasting.com/artifacts/com.github.houbb/privilege/
implementation ("com.github.houbb:privilege:0.0.8")
'com.github.houbb:privilege:pom:0.0.8'
<dependency org="com.github.houbb" name="privilege" rev="0.0.8">
<artifact name="privilege" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='privilege', version='0.0.8')
)
libraryDependencies += "com.github.houbb" % "privilege" % "0.0.8"
[com.github.houbb/privilege "0.0.8"]