GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdfoundation-service |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
foundation-service-3.0.3.pom | |
foundation-service-3.0.3.jar | 307 KB |
foundation-service-3.0.3-sources.jar | 119 KB |
foundation-service-3.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/foundation-service/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/foundation-service/
implementation 'org.unidal.framework:foundation-service:3.0.3'
// https://jarcasting.com/artifacts/org.unidal.framework/foundation-service/
implementation ("org.unidal.framework:foundation-service:3.0.3")
'org.unidal.framework:foundation-service:jar:3.0.3'
<dependency org="org.unidal.framework" name="foundation-service" rev="3.0.3">
<artifact name="foundation-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='foundation-service', version='3.0.3')
)
libraryDependencies += "org.unidal.framework" % "foundation-service" % "3.0.3"
[org.unidal.framework/foundation-service "3.0.3"]