is not current version
Last Version 4.1.0

com.enterprisemath:em-utils 2.2.0

Collection of utility classes for large scale projects focusing on robust and testable code.

GroupId

GroupId

com.enterprisemath
ArtifactId

ArtifactId

em-utils
Version

Version

2.2.0
Type

Type

jar

Download em-utils 2.2.0


<!-- https://jarcasting.com/artifacts/com.enterprisemath/em-utils/ -->
<dependency>
    <groupId>com.enterprisemath</groupId>
    <artifactId>em-utils</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enterprisemath/em-utils/
implementation 'com.enterprisemath:em-utils:2.2.0'
// https://jarcasting.com/artifacts/com.enterprisemath/em-utils/
implementation ("com.enterprisemath:em-utils:2.2.0")
'com.enterprisemath:em-utils:jar:2.2.0'
<dependency org="com.enterprisemath" name="em-utils" rev="2.2.0">
  <artifact name="em-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enterprisemath', module='em-utils', version='2.2.0')
)
libraryDependencies += "com.enterprisemath" % "em-utils" % "2.2.0"
[com.enterprisemath/em-utils "2.2.0"]