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