Setenv


License

License

Categories

Categories

Net
GroupId

GroupId

net.oneandone
ArtifactId

ArtifactId

setenv
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Setenv
Project URL

Project URL

https://github.com/mlhartme/setenv
Project Organization

Project Organization

1&1
Source Code Management

Source Code Management

https://github.com/mlhartme/setenv

Download setenv

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

setenv

Set environment variables and the current directory in the user's shell.

application setup

Add a dependency and invoke the Setenv class.

user setup

Source setenv.rc in one of your bash or zsh initialization scripts.

Note: if you need to source the file but want to disable it: set SETENV_BASE to a none empty value.

Versions

Version
1.0.2
1.0.1
1.0.0