License |
License |
---|---|
GroupId | GroupIdcom.silentgo |
ArtifactId | ArtifactIdframework |
Version | Version0.0.49 |
Type | Typejar |
Description |
DescriptionLight Java MVC Framework
|
Filename | Size |
---|---|
framework-0.0.49.pom | |
framework-0.0.49.jar | 245 KB |
framework-0.0.49-sources.jar | 158 KB |
framework-0.0.49-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.silentgo/framework/ -->
<dependency>
<groupId>com.silentgo</groupId>
<artifactId>framework</artifactId>
<version>0.0.49</version>
</dependency>
// https://jarcasting.com/artifacts/com.silentgo/framework/
implementation 'com.silentgo:framework:0.0.49'
// https://jarcasting.com/artifacts/com.silentgo/framework/
implementation ("com.silentgo:framework:0.0.49")
'com.silentgo:framework:jar:0.0.49'
<dependency org="com.silentgo" name="framework" rev="0.0.49">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.silentgo', module='framework', version='0.0.49')
)
libraryDependencies += "com.silentgo" % "framework" % "0.0.49"
[com.silentgo/framework "0.0.49"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 3.2.4 |
Group / Artifact | Type | Version |
---|---|---|
com.silentgo : utils | jar | 0.1.15 |
com.silentgo : orm | jar | 0.3.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
net.sf.ehcache : ehcache | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |