License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesMixin Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.logscale |
ArtifactId | ArtifactIdlogscale-mixins |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogscale Mixins
Logscale Mixins is a set of useful interfaces with default methods, meant for adding functionality to classes without extending a superclass.
|
Filename | Size |
---|---|
logscale-mixins-0.0.1.pom | |
logscale-mixins-0.0.1.jar | 2 KB |
logscale-mixins-0.0.1-sources.jar | 2 KB |
logscale-mixins-0.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logscale/logscale-mixins/ -->
<dependency>
<groupId>com.logscale</groupId>
<artifactId>logscale-mixins</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.logscale/logscale-mixins/
implementation 'com.logscale:logscale-mixins:0.0.1'
// https://jarcasting.com/artifacts/com.logscale/logscale-mixins/
implementation ("com.logscale:logscale-mixins:0.0.1")
'com.logscale:logscale-mixins:jar:0.0.1'
<dependency org="com.logscale" name="logscale-mixins" rev="0.0.1">
<artifact name="logscale-mixins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logscale', module='logscale-mixins', version='0.0.1')
)
libraryDependencies += "com.logscale" % "logscale-mixins" % "0.0.1"
[com.logscale/logscale-mixins "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.0-beta9 |
com.fasterxml.jackson.core : jackson-core | jar | 2.2.3 |
io.netty : netty-all | jar | 5.0.0.Alpha1 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta9 |
org.yaml : snakeyaml | jar | 1.13 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.easymock : easymockclassextension | jar | 3.2 |