GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdfoundation-service |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
foundation-service-4.0.4.pom | |
foundation-service-4.0.4.jar | 319 KB |
foundation-service-4.0.4-sources.jar | 133 KB |
foundation-service-4.0.4-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>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/foundation-service/
implementation 'org.unidal.framework:foundation-service:4.0.4'
// https://jarcasting.com/artifacts/org.unidal.framework/foundation-service/
implementation ("org.unidal.framework:foundation-service:4.0.4")
'org.unidal.framework:foundation-service:jar:4.0.4'
<dependency org="org.unidal.framework" name="foundation-service" rev="4.0.4">
<artifact name="foundation-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='foundation-service', version='4.0.4')
)
libraryDependencies += "org.unidal.framework" % "foundation-service" % "4.0.4"
[org.unidal.framework/foundation-service "4.0.4"]