Specifications
Kametic Specifications is an implementation of the eponym Design Pattern.
Copyright and license
This source code is released under the terms of the LGPLv3 license.
License |
License |
---|---|
GroupId | GroupIdorg.kametic |
ArtifactId | ArtifactIdspecifications |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKametic Specifications
Kametic Specifications is an implementation of the eponym Design Pattern. It serves as bases for the other libs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
specifications-1.0.1.pom | |
specifications-1.0.1.jar | 27 KB |
specifications-1.0.1-sources.jar | 28 KB |
specifications-1.0.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kametic/specifications/ -->
<dependency>
<groupId>org.kametic</groupId>
<artifactId>specifications</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kametic/specifications/
implementation 'org.kametic:specifications:1.0.1'
// https://jarcasting.com/artifacts/org.kametic/specifications/
implementation ("org.kametic:specifications:1.0.1")
'org.kametic:specifications:jar:1.0.1'
<dependency org="org.kametic" name="specifications" rev="1.0.1">
<artifact name="specifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kametic', module='specifications', version='1.0.1')
)
libraryDependencies += "org.kametic" % "specifications" % "1.0.1"
[org.kametic/specifications "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.8.5 |
org.easytesting : fest-assert | jar | 1.4 |
ch.qos.logback : logback-classic | jar | 1.0.0 |
org.powermock : powermock-core | jar | 1.5 |
org.powermock : powermock-api-mockito | jar | 1.5 |
Kametic Specifications is an implementation of the eponym Design Pattern.
This source code is released under the terms of the LGPLv3 license.