| License | License | 
|---|---|
| GroupId | GroupIdcom.github.goranstack.esox | 
| ArtifactId | ArtifactIdesox-core | 
| Last Version | Last Version2.1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionesox-core Esox Core contains classes for implementing the model part of the aspect binding. | 
| Filename | Size | 
|---|---|
| esox-core-2.1.2.pom | |
| esox-core-2.1.2.jar | 42 KB | 
| esox-core-2.1.2-sources.jar | 21 KB | 
| esox-core-2.1.2-javadoc.jar | 207 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.goranstack.esox/esox-core/ -->
<dependency>
    <groupId>com.github.goranstack.esox</groupId>
    <artifactId>esox-core</artifactId>
    <version>2.1.2</version>
</dependency>// https://jarcasting.com/artifacts/com.github.goranstack.esox/esox-core/
implementation 'com.github.goranstack.esox:esox-core:2.1.2'// https://jarcasting.com/artifacts/com.github.goranstack.esox/esox-core/
implementation ("com.github.goranstack.esox:esox-core:2.1.2")'com.github.goranstack.esox:esox-core:jar:2.1.2'<dependency org="com.github.goranstack.esox" name="esox-core" rev="2.1.2">
  <artifact name="esox-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.goranstack.esox', module='esox-core', version='2.1.2')
)libraryDependencies += "com.github.goranstack.esox" % "esox-core" % "2.1.2"[com.github.goranstack.esox/esox-core "2.1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-lang : commons-lang | jar | 2.4 | 
| junit : junit | jar | 4.7 |