Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.highersoft |
ArtifactId | ArtifactIdmethodstatis |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
methodstatis-1.3.1.pom | |
methodstatis-1.3.1.jar | 166 KB |
methodstatis-1.3.1-sources.jar | 147 KB |
methodstatis-1.3.1-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.highersoft/methodstatis/ -->
<dependency>
<groupId>net.highersoft</groupId>
<artifactId>methodstatis</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.highersoft/methodstatis/
implementation 'net.highersoft:methodstatis:1.3.1'
// https://jarcasting.com/artifacts/net.highersoft/methodstatis/
implementation ("net.highersoft:methodstatis:1.3.1")
'net.highersoft:methodstatis:jar:1.3.1'
<dependency org="net.highersoft" name="methodstatis" rev="1.3.1">
<artifact name="methodstatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.highersoft', module='methodstatis', version='1.3.1')
)
libraryDependencies += "net.highersoft" % "methodstatis" % "1.3.1"
[net.highersoft/methodstatis "1.3.1"]