Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.torodb.mongowp.client |
ArtifactId | ArtifactIdcore |
Version | Version0.50.1 |
Type | Typejar |
Filename | Size |
---|---|
core-0.50.1.pom | |
core-0.50.1.jar | 13 KB |
core-0.50.1-sources.jar | 9 KB |
core-0.50.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.torodb.mongowp.client/core/ -->
<dependency>
<groupId>com.torodb.mongowp.client</groupId>
<artifactId>core</artifactId>
<version>0.50.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.mongowp.client/core/
implementation 'com.torodb.mongowp.client:core:0.50.1'
// https://jarcasting.com/artifacts/com.torodb.mongowp.client/core/
implementation ("com.torodb.mongowp.client:core:0.50.1")
'com.torodb.mongowp.client:core:jar:0.50.1'
<dependency org="com.torodb.mongowp.client" name="core" rev="0.50.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.torodb.mongowp.client', module='core', version='0.50.1')
)
libraryDependencies += "com.torodb.mongowp.client" % "core" % "0.50.1"
[com.torodb.mongowp.client/core "0.50.1"]