GroupId | GroupIdorg.apache.any23 |
---|---|
ArtifactId | ArtifactIdapache-any23-core |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
apache-any23-core-2.3.pom | |
apache-any23-core-2.3.jar | 474 KB |
apache-any23-core-2.3-tests.jar | 207 KB |
apache-any23-core-2.3-sources.jar | 405 KB |
apache-any23-core-2.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.any23/apache-any23-core/ -->
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.any23/apache-any23-core/
implementation 'org.apache.any23:apache-any23-core:2.3'
// https://jarcasting.com/artifacts/org.apache.any23/apache-any23-core/
implementation ("org.apache.any23:apache-any23-core:2.3")
'org.apache.any23:apache-any23-core:jar:2.3'
<dependency org="org.apache.any23" name="apache-any23-core" rev="2.3">
<artifact name="apache-any23-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.any23', module='apache-any23-core', version='2.3')
)
libraryDependencies += "org.apache.any23" % "apache-any23-core" % "2.3"
[org.apache.any23/apache-any23-core "2.3"]