GroupId | GroupIdcom.github.wmlynar |
---|---|
ArtifactId | ArtifactIdjy2-core |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jy2-core-0.0.4.pom | |
jy2-core-0.0.4.jar | 150 KB |
jy2-core-0.0.4-sources.jar | 70 KB |
jy2-core-0.0.4-javadoc.jar | 888 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wmlynar/jy2-core/ -->
<dependency>
<groupId>com.github.wmlynar</groupId>
<artifactId>jy2-core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wmlynar/jy2-core/
implementation 'com.github.wmlynar:jy2-core:0.0.4'
// https://jarcasting.com/artifacts/com.github.wmlynar/jy2-core/
implementation ("com.github.wmlynar:jy2-core:0.0.4")
'com.github.wmlynar:jy2-core:jar:0.0.4'
<dependency org="com.github.wmlynar" name="jy2-core" rev="0.0.4">
<artifact name="jy2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wmlynar', module='jy2-core', version='0.0.4')
)
libraryDependencies += "com.github.wmlynar" % "jy2-core" % "0.0.4"
[com.github.wmlynar/jy2-core "0.0.4"]