License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.internetitem |
ArtifactId | ArtifactIdframework |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Project Organization |
Project OrganizationInternet Item |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
framework-2.1.pom | |
framework-2.1.jar | 8 KB |
framework-2.1-sources.jar | 7 KB |
framework-2.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.internetitem/framework/ -->
<dependency>
<groupId>org.internetitem</groupId>
<artifactId>framework</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.internetitem/framework/
implementation 'org.internetitem:framework:2.1'
// https://jarcasting.com/artifacts/org.internetitem/framework/
implementation ("org.internetitem:framework:2.1")
'org.internetitem:framework:jar:2.1'
<dependency org="org.internetitem" name="framework" rev="2.1">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.internetitem', module='framework', version='2.1')
)
libraryDependencies += "org.internetitem" % "framework" % "2.1"
[org.internetitem/framework "2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.18.3 |