GroupId | GroupIdcom.github.pjgg |
---|---|
ArtifactId | ArtifactIdradioactiveMongoTemplate |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
radioactiveMongoTemplate-1.0.pom | |
radioactiveMongoTemplate-1.0.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjgg/radioactiveMongoTemplate/ -->
<dependency>
<groupId>com.github.pjgg</groupId>
<artifactId>radioactiveMongoTemplate</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjgg/radioactiveMongoTemplate/
implementation 'com.github.pjgg:radioactiveMongoTemplate:1.0'
// https://jarcasting.com/artifacts/com.github.pjgg/radioactiveMongoTemplate/
implementation ("com.github.pjgg:radioactiveMongoTemplate:1.0")
'com.github.pjgg:radioactiveMongoTemplate:jar:1.0'
<dependency org="com.github.pjgg" name="radioactiveMongoTemplate" rev="1.0">
<artifact name="radioactiveMongoTemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjgg', module='radioactiveMongoTemplate', version='1.0')
)
libraryDependencies += "com.github.pjgg" % "radioactiveMongoTemplate" % "1.0"
[com.github.pjgg/radioactiveMongoTemplate "1.0"]