GroupId | GroupIdorg.smart4j |
---|---|
ArtifactId | ArtifactIdsmart-plugin-cache |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-plugin-cache-1.0.pom | |
smart-plugin-cache-1.0.jar | 13 KB |
smart-plugin-cache-1.0-sources.jar | 8 KB |
smart-plugin-cache-1.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smart4j/smart-plugin-cache/ -->
<dependency>
<groupId>org.smart4j</groupId>
<artifactId>smart-plugin-cache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smart4j/smart-plugin-cache/
implementation 'org.smart4j:smart-plugin-cache:1.0'
// https://jarcasting.com/artifacts/org.smart4j/smart-plugin-cache/
implementation ("org.smart4j:smart-plugin-cache:1.0")
'org.smart4j:smart-plugin-cache:jar:1.0'
<dependency org="org.smart4j" name="smart-plugin-cache" rev="1.0">
<artifact name="smart-plugin-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smart4j', module='smart-plugin-cache', version='1.0')
)
libraryDependencies += "org.smart4j" % "smart-plugin-cache" % "1.0"
[org.smart4j/smart-plugin-cache "1.0"]