License |
License |
---|---|
GroupId | GroupIdme.codeboy.common |
ArtifactId | ArtifactIdframework |
Version | Version1.1.3 |
Type | Typejar |
Description |
Descriptionbase
Java Web Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
framework-1.1.3.pom | |
framework-1.1.3.jar | 8 KB |
framework-1.1.3-sources.jar | 5 KB |
framework-1.1.3-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.codeboy.common/framework/ -->
<dependency>
<groupId>me.codeboy.common</groupId>
<artifactId>framework</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.codeboy.common/framework/
implementation 'me.codeboy.common:framework:1.1.3'
// https://jarcasting.com/artifacts/me.codeboy.common/framework/
implementation ("me.codeboy.common:framework:1.1.3")
'me.codeboy.common:framework:jar:1.1.3'
<dependency org="me.codeboy.common" name="framework" rev="1.1.3">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.codeboy.common', module='framework', version='1.1.3')
)
libraryDependencies += "me.codeboy.common" % "framework" % "1.1.3"
[me.codeboy.common/framework "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.6.2 |
org.apache.struts : struts2-core | jar | 2.3.20 |
me.codeboy.common : base | jar | 1.2.1 |
org.hibernate : hibernate-core | jar | 4.3.7.Final |
javax.servlet : javax.servlet-api | jar | 3.1.0 |