GroupId | GroupIdcom.github.flysium-io |
---|---|
ArtifactId | ArtifactIdyew-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
yew-parent-1.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.flysium-io/yew-parent/ -->
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>yew-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flysium-io/yew-parent/
implementation 'com.github.flysium-io:yew-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.flysium-io/yew-parent/
implementation ("com.github.flysium-io:yew-parent:1.0.1")
'com.github.flysium-io:yew-parent:pom:1.0.1'
<dependency org="com.github.flysium-io" name="yew-parent" rev="1.0.1">
<artifact name="yew-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.flysium-io', module='yew-parent', version='1.0.1')
)
libraryDependencies += "com.github.flysium-io" % "yew-parent" % "1.0.1"
[com.github.flysium-io/yew-parent "1.0.1"]