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