GroupId | GroupIdcom.github.chendb |
---|---|
ArtifactId | ArtifactIdflagwind-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
flagwind-core-1.0.3.pom | |
flagwind-core-1.0.3.jar | 88 KB |
flagwind-core-1.0.3-sources.jar | 60 KB |
flagwind-core-1.0.3-javadoc.jar | 464 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/ -->
<dependency>
<groupId>com.github.chendb</groupId>
<artifactId>flagwind-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation 'com.github.chendb:flagwind-core:1.0.3'
// https://jarcasting.com/artifacts/com.github.chendb/flagwind-core/
implementation ("com.github.chendb:flagwind-core:1.0.3")
'com.github.chendb:flagwind-core:jar:1.0.3'
<dependency org="com.github.chendb" name="flagwind-core" rev="1.0.3">
<artifact name="flagwind-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chendb', module='flagwind-core', version='1.0.3')
)
libraryDependencies += "com.github.chendb" % "flagwind-core" % "1.0.3"
[com.github.chendb/flagwind-core "1.0.3"]