License |
License |
---|---|
GroupId | GroupIdpl.matsuo |
ArtifactId | ArtifactIdmatsuo-util |
Version | Version0.1.6 |
Type | Typejar |
Description |
DescriptionCommon code for building server and web applications.
|
Project Organization |
Project OrganizationMatsuo IT |
Filename | Size |
---|---|
matsuo-util-0.1.6.pom | 831 bytes |
matsuo-util-0.1.6-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/ -->
<dependency>
<groupId>pl.matsuo</groupId>
<artifactId>matsuo-util</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/
implementation 'pl.matsuo:matsuo-util:0.1.6'
// https://jarcasting.com/artifacts/pl.matsuo/matsuo-util/
implementation ("pl.matsuo:matsuo-util:0.1.6")
'pl.matsuo:matsuo-util:jar:0.1.6'
<dependency org="pl.matsuo" name="matsuo-util" rev="0.1.6">
<artifact name="matsuo-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo', module='matsuo-util', version='0.1.6')
)
libraryDependencies += "pl.matsuo" % "matsuo-util" % "0.1.6"
[pl.matsuo/matsuo-util "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.3.0 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.6.0 |
org.slf4j : slf4j-simple | jar | 1.7.30 |