GroupId | GroupIdcom.wealdtech |
---|---|
ArtifactId | ArtifactIdwealdtech-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wealdtech-core-1.1.0.pom | |
wealdtech-core-1.1.0.jar | 33 KB |
wealdtech-core-1.1.0-sources.jar | 31 KB |
wealdtech-core-1.1.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/ -->
<dependency>
<groupId>com.wealdtech</groupId>
<artifactId>wealdtech-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/
implementation 'com.wealdtech:wealdtech-core:1.1.0'
// https://jarcasting.com/artifacts/com.wealdtech/wealdtech-core/
implementation ("com.wealdtech:wealdtech-core:1.1.0")
'com.wealdtech:wealdtech-core:jar:1.1.0'
<dependency org="com.wealdtech" name="wealdtech-core" rev="1.1.0">
<artifact name="wealdtech-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech', module='wealdtech-core', version='1.1.0')
)
libraryDependencies += "com.wealdtech" % "wealdtech-core" % "1.1.0"
[com.wealdtech/wealdtech-core "1.1.0"]