| GroupId | GroupIdorg.smartboot.aio |
|---|---|
| ArtifactId | ArtifactIdaio-enhance |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aio-enhance-1.0.2.pom | |
| aio-enhance-1.0.2.jar | 25 KB |
| aio-enhance-1.0.2-sources.jar | 10 KB |
| aio-enhance-1.0.2-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/ -->
<dependency>
<groupId>org.smartboot.aio</groupId>
<artifactId>aio-enhance</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/
implementation 'org.smartboot.aio:aio-enhance:1.0.2'
// https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/
implementation ("org.smartboot.aio:aio-enhance:1.0.2")
'org.smartboot.aio:aio-enhance:jar:1.0.2'
<dependency org="org.smartboot.aio" name="aio-enhance" rev="1.0.2">
<artifact name="aio-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.aio', module='aio-enhance', version='1.0.2')
)
libraryDependencies += "org.smartboot.aio" % "aio-enhance" % "1.0.2"
[org.smartboot.aio/aio-enhance "1.0.2"]