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