GroupId | GroupIdcom.github.wenbo2018 |
---|---|
ArtifactId | ArtifactIdwebs-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
webs-core-0.0.1.pom | |
webs-core-0.0.1.jar | 48 KB |
webs-core-0.0.1-sources.jar | 27 KB |
webs-core-0.0.1-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenbo2018/webs-core/ -->
<dependency>
<groupId>com.github.wenbo2018</groupId>
<artifactId>webs-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenbo2018/webs-core/
implementation 'com.github.wenbo2018:webs-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.wenbo2018/webs-core/
implementation ("com.github.wenbo2018:webs-core:0.0.1")
'com.github.wenbo2018:webs-core:jar:0.0.1'
<dependency org="com.github.wenbo2018" name="webs-core" rev="0.0.1">
<artifact name="webs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenbo2018', module='webs-core', version='0.0.1')
)
libraryDependencies += "com.github.wenbo2018" % "webs-core" % "0.0.1"
[com.github.wenbo2018/webs-core "0.0.1"]