| GroupId | GroupIdcom.xzixi.self.portal |
|---|---|
| ArtifactId | ArtifactIdenhance |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| enhance-1.0.0.pom | |
| enhance-1.0.0.jar | 13 KB |
| enhance-1.0.0-sources.jar | 9 KB |
| enhance-1.0.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi.self.portal/enhance/ -->
<dependency>
<groupId>com.xzixi.self.portal</groupId>
<artifactId>enhance</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.self.portal/enhance/
implementation 'com.xzixi.self.portal:enhance:1.0.0'
// https://jarcasting.com/artifacts/com.xzixi.self.portal/enhance/
implementation ("com.xzixi.self.portal:enhance:1.0.0")
'com.xzixi.self.portal:enhance:jar:1.0.0'
<dependency org="com.xzixi.self.portal" name="enhance" rev="1.0.0">
<artifact name="enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.self.portal', module='enhance', version='1.0.0')
)
libraryDependencies += "com.xzixi.self.portal" % "enhance" % "1.0.0"
[com.xzixi.self.portal/enhance "1.0.0"]