| License |
License |
|---|---|
| GroupId | GroupIdvip.btool |
| ArtifactId | ArtifactIdbtool-core |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organizationbtool |
| Filename | Size |
|---|---|
| btool-core-0.2.pom | |
| btool-core-0.2.jar | 3 KB |
| btool-core-0.2-sources.jar | 2 KB |
| btool-core-0.2-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/vip.btool/btool-core/ -->
<dependency>
<groupId>vip.btool</groupId>
<artifactId>btool-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/vip.btool/btool-core/
implementation 'vip.btool:btool-core:0.2'
// https://jarcasting.com/artifacts/vip.btool/btool-core/
implementation ("vip.btool:btool-core:0.2")
'vip.btool:btool-core:jar:0.2'
<dependency org="vip.btool" name="btool-core" rev="0.2">
<artifact name="btool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='vip.btool', module='btool-core', version='0.2')
)
libraryDependencies += "vip.btool" % "btool-core" % "0.2"
[vip.btool/btool-core "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |