GroupId | GroupIdicu.easyj |
---|---|
ArtifactId | ArtifactIdeasyj-web-core |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
easyj-web-core-0.1.3.pom | |
easyj-web-core-0.1.3.jar | 18 KB |
easyj-web-core-0.1.3-sources.jar | 20 KB |
easyj-web-core-0.1.3-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/easyj-web-core/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-web-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/easyj-web-core/
implementation 'icu.easyj:easyj-web-core:0.1.3'
// https://jarcasting.com/artifacts/icu.easyj/easyj-web-core/
implementation ("icu.easyj:easyj-web-core:0.1.3")
'icu.easyj:easyj-web-core:jar:0.1.3'
<dependency org="icu.easyj" name="easyj-web-core" rev="0.1.3">
<artifact name="easyj-web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='easyj-web-core', version='0.1.3')
)
libraryDependencies += "icu.easyj" % "easyj-web-core" % "0.1.3"
[icu.easyj/easyj-web-core "0.1.3"]