GroupId | GroupIdcom.github.flysium-io |
---|---|
ArtifactId | ArtifactIdyew-test |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYew Test
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
yew-test-1.0.4.pom | |
yew-test-1.0.4.jar | 3 KB |
yew-test-1.0.4-sources.jar | 1 KB |
yew-test-1.0.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flysium-io/yew-test/ -->
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>yew-test</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flysium-io/yew-test/
implementation 'com.github.flysium-io:yew-test:1.0.4'
// https://jarcasting.com/artifacts/com.github.flysium-io/yew-test/
implementation ("com.github.flysium-io:yew-test:1.0.4")
'com.github.flysium-io:yew-test:jar:1.0.4'
<dependency org="com.github.flysium-io" name="yew-test" rev="1.0.4">
<artifact name="yew-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flysium-io', module='yew-test', version='1.0.4')
)
libraryDependencies += "com.github.flysium-io" % "yew-test" % "1.0.4"
[com.github.flysium-io/yew-test "1.0.4"]