| License |
License |
|---|---|
| GroupId | GroupIdcom.bnyte |
| ArtifactId | ArtifactIdxuni |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
Descriptionxuni
开发过程中常用的工具类、util、解决方案等
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xuni-1.0.3.pom | |
| xuni-1.0.3.jar | 6 KB |
| xuni-1.0.3-sources.jar | 3 KB |
| xuni-1.0.3-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bnyte/xuni/ -->
<dependency>
<groupId>com.bnyte</groupId>
<artifactId>xuni</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnyte/xuni/
implementation 'com.bnyte:xuni:1.0.3'
// https://jarcasting.com/artifacts/com.bnyte/xuni/
implementation ("com.bnyte:xuni:1.0.3")
'com.bnyte:xuni:jar:1.0.3'
<dependency org="com.bnyte" name="xuni" rev="1.0.3">
<artifact name="xuni" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnyte', module='xuni', version='1.0.3')
)
libraryDependencies += "com.bnyte" % "xuni" % "1.0.3"
[com.bnyte/xuni "1.0.3"]