License |
License |
---|---|
GroupId | GroupIduk.org.ponder.rsf |
ArtifactId | ArtifactIdrsf-core |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionRSFUtil implements the RSF web framework. More info here:
http://www2.caret.cam.ac.uk/rsfwiki/
|
Project Organization |
Project OrganizationCARET, University of Cambridge |
Filename | Size |
---|---|
rsf-core-1.2.pom | |
rsf-core-1.2.jar | 813 KB |
rsf-core-1.2-sources.jar | 815 KB |
rsf-core-1.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/ -->
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/
implementation 'uk.org.ponder.rsf:rsf-core:1.2'
// https://jarcasting.com/artifacts/uk.org.ponder.rsf/rsf-core/
implementation ("uk.org.ponder.rsf:rsf-core:1.2")
'uk.org.ponder.rsf:rsf-core:jar:1.2'
<dependency org="uk.org.ponder.rsf" name="rsf-core" rev="1.2">
<artifact name="rsf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.ponder.rsf', module='rsf-core', version='1.2')
)
libraryDependencies += "uk.org.ponder.rsf" % "rsf-core" % "1.2"
[uk.org.ponder.rsf/rsf-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.ponder.rsf : rsf-core-servletutil | jar | 1.2 |
log4j : log4j | jar | 1.2.17 |
xpp3 : xpp3_min | jar | 1.1.3.4.O |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.springframework : spring-test | jar | 5.2.8.RELEASE |
junit : junit | jar | 4.12 |