License |
License |
---|---|
GroupId | GroupIdcom.github.riprasad |
ArtifactId | ArtifactIdsingle-module-project |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Single Maven Module
Sample single module Maven project with a working, deployable site.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
single-module-project-2.9.0.pom | |
single-module-project-2.9.0.jar | 3 KB |
single-module-project-2.9.0-sources.jar | 821 bytes |
single-module-project-2.9.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.riprasad/single-module-project/ -->
<dependency>
<groupId>com.github.riprasad</groupId>
<artifactId>single-module-project</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.riprasad/single-module-project/
implementation 'com.github.riprasad:single-module-project:2.9.0'
// https://jarcasting.com/artifacts/com.github.riprasad/single-module-project/
implementation ("com.github.riprasad:single-module-project:2.9.0")
'com.github.riprasad:single-module-project:jar:2.9.0'
<dependency org="com.github.riprasad" name="single-module-project" rev="2.9.0">
<artifact name="single-module-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.riprasad', module='single-module-project', version='2.9.0')
)
libraryDependencies += "com.github.riprasad" % "single-module-project" % "2.9.0"
[com.github.riprasad/single-module-project "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-core | jar | 1.2.1 |
org.hamcrest : hamcrest-library | jar | 1.2.1 |
org.mockito : mockito-core | jar | 1.8.5 |