License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.apt-jelly |
ArtifactId | ArtifactIdapt-jelly-core |
Last Version | Last Version2.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPT-Jelly - Core Module
Core support for APT-Jelly
|
Filename | Size |
---|---|
apt-jelly-core-2.15.pom | |
apt-jelly-core-2.15.jar | 102 KB |
apt-jelly-core-2.15-sources.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.apt-jelly/apt-jelly-core/ -->
<dependency>
<groupId>net.sf.apt-jelly</groupId>
<artifactId>apt-jelly-core</artifactId>
<version>2.15</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.apt-jelly/apt-jelly-core/
implementation 'net.sf.apt-jelly:apt-jelly-core:2.15'
// https://jarcasting.com/artifacts/net.sf.apt-jelly/apt-jelly-core/
implementation ("net.sf.apt-jelly:apt-jelly-core:2.15")
'net.sf.apt-jelly:apt-jelly-core:jar:2.15'
<dependency org="net.sf.apt-jelly" name="apt-jelly-core" rev="2.15">
<artifact name="apt-jelly-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.apt-jelly', module='apt-jelly-core', version='2.15')
)
libraryDependencies += "net.sf.apt-jelly" % "apt-jelly-core" % "2.15"
[net.sf.apt-jelly/apt-jelly-core "2.15"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |