| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcn.miniants |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe parent project of miniatns
|
| Project Organization |
Project OrganizationMiniants |
| Filename | Size |
|---|---|
| core-1.0.0.pom | |
| core-1.0.0.jar | 579 KB |
| core-1.0.0-sources.jar | 404 KB |
| core-1.0.0-javadoc.jar | 2 MB |
| core-1.0.0-api.jar | 579 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.miniants/core/ -->
<dependency>
<groupId>cn.miniants</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.miniants/core/
implementation 'cn.miniants:core:1.0.0'
// https://jarcasting.com/artifacts/cn.miniants/core/
implementation ("cn.miniants:core:1.0.0")
'cn.miniants:core:jar:1.0.0'
<dependency org="cn.miniants" name="core" rev="1.0.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.miniants', module='core', version='1.0.0')
)
libraryDependencies += "cn.miniants" % "core" % "1.0.0"
[cn.miniants/core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easymock : easymock | jar | 3.0 |
| org.easymock : easymockclassextension | jar | 3.0 |
| com.googlecode.jmockit : jmockit | jar | 0.999.8 |