| GroupId | GroupIdcom.mysema.commons |
|---|---|
| ArtifactId | ArtifactIdmysema-commons-tags |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mysema-commons-tags-0.2.5.pom | |
| mysema-commons-tags-0.2.5.jar | 8 KB |
| mysema-commons-tags-0.2.5-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mysema.commons/mysema-commons-tags/ -->
<dependency>
<groupId>com.mysema.commons</groupId>
<artifactId>mysema-commons-tags</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mysema.commons/mysema-commons-tags/
implementation 'com.mysema.commons:mysema-commons-tags:0.2.5'
// https://jarcasting.com/artifacts/com.mysema.commons/mysema-commons-tags/
implementation ("com.mysema.commons:mysema-commons-tags:0.2.5")
'com.mysema.commons:mysema-commons-tags:jar:0.2.5'
<dependency org="com.mysema.commons" name="mysema-commons-tags" rev="0.2.5">
<artifact name="mysema-commons-tags" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mysema.commons', module='mysema-commons-tags', version='0.2.5')
)
libraryDependencies += "com.mysema.commons" % "mysema-commons-tags" % "0.2.5"
[com.mysema.commons/mysema-commons-tags "0.2.5"]