GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdweb-framework |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
web-framework-4.0.4.pom | |
web-framework-4.0.4.jar | 180 KB |
web-framework-4.0.4-sources.jar | 102 KB |
web-framework-4.0.4-javadoc.jar | 692 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/web-framework/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>web-framework</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/web-framework/
implementation 'org.unidal.framework:web-framework:4.0.4'
// https://jarcasting.com/artifacts/org.unidal.framework/web-framework/
implementation ("org.unidal.framework:web-framework:4.0.4")
'org.unidal.framework:web-framework:jar:4.0.4'
<dependency org="org.unidal.framework" name="web-framework" rev="4.0.4">
<artifact name="web-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='web-framework', version='4.0.4')
)
libraryDependencies += "org.unidal.framework" % "web-framework" % "4.0.4"
[org.unidal.framework/web-framework "4.0.4"]