| License |
License |
|---|---|
| GroupId | GroupIdorg.anc |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version3.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionANC Common Utilities
Common utility classes used in most ANC projects.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThe American National Corpus |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-3.6.0.pom | |
| common-3.6.0.jar | 88 KB |
| common-3.6.0-sources.jar | 79 KB |
| common-3.6.0-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.anc/common/ -->
<dependency>
<groupId>org.anc</groupId>
<artifactId>common</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.anc/common/
implementation 'org.anc:common:3.6.0'
// https://jarcasting.com/artifacts/org.anc/common/
implementation ("org.anc:common:3.6.0")
'org.anc:common:jar:3.6.0'
<dependency org="org.anc" name="common" rev="3.6.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anc', module='common', version='3.6.0')
)
libraryDependencies += "org.anc" % "common" % "3.6.0"
[org.anc/common "3.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey : jersey-server | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |